Download Designing Blue Prism Process Solutions.ASD01.SelfTestEngine.2019-05-02.7q.tqb

Vendor: Blue Prism
Exam Code: ASD01
Exam Name: Designing Blue Prism Process Solutions
Date: May 02, 2019
File Size: 309 KB

How to open TQB files?

Files with TQB (Taurus Question Bank) extension can be opened by Taurus Exam Studio.

Demo Questions

Question 1
Pacific West Banking has a payments process that automatically receives pending payments from multiple regions into their payment system (Paytex). 
Paytex contains a queue of cases awaiting payment. When processing the case manually an agent must use two other systems, the core banking system (DataPlus) and online account checker (FireWire). 
The manual processing must perform the following steps:
  • Open the next case where the status is null in Paytex 
  • Set the status to “In Progress” in Paytex 
  • Validate source account in DataPlus 
  • Confirm source funds in DataPlus 
  • Check for fraud flags in Paytex 
  • Confirm recipient IBAN details in Firewire 
  • Perform payment in Paytex 
  • Update case in Paytex queue. Add payment confirmation number to case and set status to “Completed” 
  • Where cases cannot be fulfilled due to validation errors (e.g. invalid account details, insufficient funds, suspected fraud etc.) the customers will be contacted by the agent to resolve. 
A proposed Blue Prism solution with the following properties has been created to automate the payment processing:
  • There will be one Blue Prism process that will perform the steps described above. 
  • Where a case is an exception the status will be set in Paytex to “Manual Review” in order that the manual team can pick up the case from Paytex and contact the customer and conclude the case. 
  • It is anticipated that to meet the SLAs of the expected volumes up to 5 instances of the Blue Prism process will be required to run concurrently. 
  • A Blue Prism work queue will be used to host the payments. The queue will be configured for only 1 attempt per case and the key will be (region) & {source account number}. 
  • The process will be started by the scheduler at 06:00 and will stop at 05:50.
  
  
Which of the following are correct? (Choose three.)
  1. There is a risk that a payment can be duplicated.
  2. The process should not be designed to use a Blue Prism Work Queue but use Paytex as the work queue.
  3. The process will not scale i.e. you cannot run multiple instances at the same time.
  4. The solution exposes sensitive personal information.
  5. The process should not be automated as it uses a third party web application.
  6. There is a risk that a payment can be orphaned.
Correct answer: BCD
Question 2
Consider the following steps for a theoretical manual process. 
  • Check in input folder any new files. 
  • If there are no files check again later as files can arrive anytime, and there is no limit to the number of files that may come. 
  • Open the next available file. 
  • Take the first case. 
  • Start System X and find the case details. 
  • If the case can’t be found, move to the next one. 
  • After finding the case in System X, fetch additional case details from System Y. 
  • Again if the case can’t be found, move to the next one. 
  • Analyse all the data to see if System Z should be updated. 
  • If the data does not meet the requirements, add notes indicating this to System X and Y and move to the next case. 
  • If the data does meet the requirements, update the case in System Z. 
  • Add notes to System X and Y and move to the next case. 
  • At the end of the file, go back and look for another. 
  • Stop checking for new files at 16:00 and finish any remaining cases.
  • When all work is complete create a report of the day’s exception cases. 
  • Close down Systems X, Y and Z. 
If the volume of incoming cases is such that 1 Resource PC can easily handle the workload, which of the following steps for an automated solution should be part of the ‘Preparation’ phase of an automated process?
  1. Check input folder, wait for files.
  2. Check input folder, wait for files, read file and load queue.
  3. Log into applications.
  4. Check input folder, wait for files, read file and load queue, log into applications.
Correct answer: C
Question 3
Consider the following steps for a theoretical manual process. 
  • Check in input folder any new files. 
  • If there are no files check again later as files can arrive anytime, and there is no limit to the number of files that may come. 
  • Open the next available file. 
  • Take the first case. 
  • Start System X and find the case details. 
  • If the case can’t be found, move to the next one. 
  • After finding the case in System X, fetch additional case details from System Y. 
  • Again if the case can’t be found, move to the next one. 
  • Analyse all the data to see if System Z should be updated. 
  • If the data does not meet the requirements, add notes indicating this to System X and Y and move to the next case. 
  • If the data does meet the requirements, update the case in System Z. 
  • Add notes to System X and Y and move to the next case. 
  • At the end of the file, go back and look for another. 
  • Stop checking for new files at 16:00 and finish any remaining cases.
  • When all work is complete create a report of the day’s exception cases. 
  • Close down Systems X, Y and Z. 
It is imperative that notes are applied to System X and Y, regardless of whether System Z is updated or not, what could the process do? (Choose two.)
  1. Add all notes before attempting to update System Z.
  2. Create an unhappy path where notes are added as part of exception handling.
  3. Add notes before rejecting a case as a Business Exception.
  4. Create new cases for any cases not found in Systems X and Y so that notes can be added.
Correct answer: AD
Question 4
Imagine you are designing the application integration logic for a solution. One of the applications involved is one you have not automated before but it is widely used and the project is the first in a series for this client.  
Which of the following are valid considerations when designing business objects? (Choose two.)
  1. It’s best that objects are designed to be reusable and are not made bespoke for one process.
  2. The first Production process to automate an application should not share its integration logic with any other because there will invariably be teething problems during an initial implementation.
  3. When an application is automated for the first time a single business object should be used to isolate the first process from any that follow.
  4. Any new application should be assessed to find the appropriate integration technique and identify any potential technical issues.
  5. It’s best that each process uses its own business objects to keep it separate from any other.
Correct answer: AB
Question 5
Which of the following statements about Blue Prism and Web Services is correct?
  1. Neither Blue Prism Processes or Business Objects can be exposed as a Web Service
  2. Only Blue Prism Processes can be exposed as a Web Service
  3. Only Blue Prism Business Objects can be exposed as a Web Service
  4. Both Blue Prism Processes or Business Objects can be exposed as a Web Service
Correct answer: B
Explanation:
Reference: https://www.quora.com/How-can-web-services-be-called-in-BluePrism
Reference: https://www.quora.com/How-can-web-services-be-called-in-BluePrism
Question 6
Which of the following statement combinations about Blue Prism memory management is correct?
  1. A Blue Prism Process reads a Business Object into memory as required. Once the called Action is complete, the Process releases the memory for the .Net Garbage Collector to reclaim. 
    A Blue Prism Process reads a Sub Process into memory as required. Once the called Sub Process is complete, the Process releases the memory for the .Net Garbage Collector to reclaim.
  2. A Blue Prism Process holds a Business Object in memory for the duration of its run. 
    A Blue Prism Process reads a Sub Process into memory as required. Once the called Sub Process is complete, the Process releases the memory for the .Net Garbage Collector to reclaim.
  3. A Blue Prism Process holds a Business Object into memory as required. 
    Once the called Action is complete, the Process releases the memory for the .Net Garbage Collector to reclaim.
  4. A Blue Prism Process holds a Sub Process in memory for the duration of its run. 
    A Blue Prism Process holds a Business Object in memory for the duration of its run.
Correct answer: A
Question 7
A process definition document has been produced for a process that interfaces with two applications: FirstApp and Customer Information (CI). The process requirement is to perform data extraction from FirstApp before performing a number of steps in the CI application.
It is estimated that to perform the daily case volume within SLA’s will require 10 robots. Average case time is approximately 10 minutes, with the FirstApp steps requiring only 1 minute to perform. 
The client has a limited number of licenses for the FirstApp application and is reluctant to use 10 of these licenses to automate the process. 
Which of the below is a valid design option for the project?
  1. Automate the end to end process using two Blue Prism processes. Process 1 will perform the FirstApp tasks, Process 2 will perform the CI tasks. Data will be passed from Process 1 to Process 2 via a Blue Prism Work Queue. Process 1 will run on a single robot, with Process 2 running on 9 robots.
  2. Automate the end to end process using two Blue Prism processes. Process 1 will perform the FirstApp tasks, Process 2 will perform the CI tasks. Data will be passed from Process 1 to Process 2 via a spreadsheet. Process 1 will run on a single robot, with Process 2 running on 9 robots.
  3. Automate the end to end process using single Blue Prism process which will only be run on a single robot.
  4. Automate the end to end process using single Blue Prism process which will be run on 10 robots.
Correct answer: B
HOW TO OPEN VCE FILES

Use VCE Exam Simulator to open VCE files
Avanaset

HOW TO OPEN VCEX FILES

Use ProfExam Simulator to open VCEX files
ProfExam Screen

ProfExam
ProfExam at a 20% markdown

You have the opportunity to purchase ProfExam at a 20% reduced price

Get Now!